{% extends 'base.html' %} {% load static %} {% block title %}Server Error — {{ site_settings.institute_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
500

Internal Server Error

Something went wrong on our end. Please try again in a moment. If the problem persists, contact the administrator.

Go to Home {% if user.is_authenticated %} Dashboard {% endif %}
{% endblock %}